home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / NETFLT_M.INF < prev    next >
Windows Setup INFormation  |  2008-06-26  |  2KB  |  92 lines

  1. ; -- NETFLT_M.INF --
  2. ;
  3. ; NDIS Filter Miniport INF file
  4. ;
  5. ; Copyright (c) Panda Software 2007
  6. ; ----------------------------------------------------------------------
  7.  
  8. [Version]
  9. signature           = "$Windows NT$"
  10. Class               = Net
  11. ClassGUID           = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. Provider            = %PaNda%
  13. DriverVer           = 06/26/2008,1.6.0.34
  14. CatalogFile.ntx86   = netimflt.cat
  15. CatalogFile.ntamd64 = netim64.cat
  16.  
  17. [ControlFlags]
  18. ExcludeFromSelect = netimfltmp01060034
  19.  
  20. [DestinationDirs]
  21. DefaultDestDir          =12
  22.  
  23. [Manufacturer]
  24. %PaNda% = PANDA,NTx86,NTia64,NTamd64
  25.  
  26. [PANDA]
  27. %PANDAIMCLMP_Desc% = PANDAIMCLMP.ndi, netimfltmp01060034
  28.  
  29. [PANDA.NTx86]
  30. %PANDAIMCLMP_Desc% = PANDAIMCLMP.ndi, netimfltmp01060034
  31.  
  32. [PANDA.NTia64]
  33. %PANDAIMCLMP_Desc% = PANDAIMCLMP.ndi, netimfltmp01060034
  34.  
  35. [PANDA.NTamd64]
  36. %PANDAIMCLMP_Desc% = PANDAIMCLMP.ndi, netimfltmp01060034
  37.  
  38.  
  39.  
  40. [PANDAIMCLMP.ndi.NTx86]
  41. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  42.  
  43. [PANDAIMCLMP.ndi.NTamd64]
  44. Characteristics = 0x29 ;NCF_NOT_USER_REMOVABLE | NCF_VIRTUAL | NCF_HIDDEN
  45.  
  46. [PANDAIMCLMP.ndi.NTx86.Services]
  47. AddService = NETIMFLT01060034,0x2, PANDAIMCLMP.AddService.NTx86
  48.  
  49. [PANDAIMCLMP.ndi.NTamd64.Services]
  50. AddService = NETIMFLT01060034,0x2, PANDAIMCLMP.AddService.NTamd64
  51.  
  52.  
  53. [PANDAIMCLMP.AddService.NTamd64]
  54. DisplayName    = %PANDAIMCLMP_Desc%
  55. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  56. StartType      = 3 ;SERVICE_DEMAND_START
  57. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  58. ServiceBinary  = %12%\n64i1634.sys
  59. LoadOrderGroup = PNP_TDI
  60. AddReg         = PANDAIMCLMP.AddService.AddReg
  61.  
  62.  
  63. [PANDAIMCLMP.AddService.NTx86]
  64. DisplayName    = %PANDAIMCLMP_Desc%
  65. ServiceType    = 1 ;SERVICE_KERNEL_DRIVER
  66. StartType      = 3 ;SERVICE_DEMAND_START
  67. ErrorControl   = 1 ;SERVICE_ERROR_NORMAL
  68. ServiceBinary  = %12%\neti1634.sys
  69. LoadOrderGroup = PNP_TDI
  70. AddReg         = PANDAIMCLMP.AddService.AddReg
  71.  
  72. [PANDAIMCLMP.AddService.AddReg]
  73. ; ----------------------------------------------------------------------
  74. ; Add any miniport-specific parameters here.  
  75. ;
  76. ;HKR, Parameters, ParameterName,  0x10000, "MultiSz", "Parameter", "Value"
  77. ;HKR, Parameters, ParameterName2, 0x10001, 4
  78.  
  79. ;[SourceDisksNames]
  80. ;None 
  81.  
  82. ;[SourceDisksFiles]
  83. ;None
  84.  
  85. [Strings]
  86. PaNda = "Panda Software"
  87. PANDAIMCLMP_Desc = "PANDA NDIS IM Filter Miniport v1.6.0.34"
  88.  
  89.  
  90.  
  91.  
  92.